provider Integration POST /api/0/sentry-app-installations/{uuid}/external-issues/
@utdk/sentry /api/0/sentry-app-installations/{uuid}/external-issues/
Create or update an External Issue
Create or update an external issue from an integration platform integration.
uuid path required
The uuid of the integration platform integration.
string

Try it

Authentication
Configure credentials for API Reference
createOrUpdateAnExternalIssue
POST/api/0/sentry-app-installations/{uuid}/external-issues/
Create or update an external issue from an integration platform integration.

Parameters

required

The uuid of the integration platform integration.

Input

required

The ID of the Sentry issue to link the external issue to.

required

The URL of the external service to link the issue to.

required

The external service's project.

required

A unique identifier of the external issue.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import sentry from '@utdk/sentry';

await sentry.createOrUpdateAnExternalIssue()